type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToUUIDScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		uuid.go#L204: 			return scanPlanTextAnyToUUIDScanner{}
		uuid.go#L249: type scanPlanTextAnyToUUIDScanner struct{}
		uuid.go#L251: func (scanPlanTextAnyToUUIDScanner) Scan(src []byte, dst any) error {